PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListField Class / addItem Method
The item to add to the list field.
In This Topic
    addItem Method
    In This Topic
    Adds a list item to the field.
    Syntax
    public void addItem( 
       PDFListItem item
    )

    Parameters

    item
    The item to add to the list field.
    See Also